CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - recursive least square

搜索资源列表

  1. jxxtjm2

    0下载:
  2. 基于递推最小二乘法的m序列含白噪声参数识别和误差分析程序-The recursive least square method
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1102
    • 提供者:kidxhac
  1. RLS_Algorithms

    0下载:
  2. recursive least square (RLS) algorithm using matlab with examples
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6337
    • 提供者:frh
  1. rls

    0下载:
  2. recursive least square and least mean square
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:930
    • 提供者:kayal4
  1. jiaquanditui

    0下载:
  2. 加权递推最小二乘算法matlab仿真程序,用于系统辨识-Weighted recursive least square algorithm matlab simulation program, used for system identification
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:801
    • 提供者:Jason
  1. 7-Power-Amplifier-Adaptive-Linearization-Using-Pr

    0下载:
  2. Quadrature ampliltude modulation has high spectral efficiency but is highly sensitive to power amplifier nonlinearities. It is shown that an adaptive predistorter usig polynomial amplitude and phase predistortion functions can be used to lineariz
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:2683932
    • 提供者:sali
  1. RLS

    0下载:
  2. It is one of the successful prediction algorithms to estimate frequently for unknown parameters with real time operation. The principle of Recursive Least Square depends on least square mathematical weighted. Also, Recursive Least Square can set the
  3. 所属分类:Button control

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:jawad
  1. LS

    0下载:
  2. the linear ARX model as shown below [12] is used to represent the input and the output data for the system. This ARX model is utilized for both Least Square (LS) and Recursive Least Square (RLS) algorithms. It is one of the simplest statistical metho
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:706
    • 提供者:jawad
  1. LMSnew

    0下载:
  2. 最小均方误差迭代算法和最小二乘算法的仿真程序。适用初学者-least mean square and recursive least square. appropriate for elementary learners.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:758
    • 提供者:孙俪
  1. RLSE

    0下载:
  2. Recursive least square estimation
  3. 所属分类:技术管理

  1. LMS_NLMS_RLS

    0下载:
  2. LMS算法和NLMS算法以及RLS算法演示程序-Lest Mean Square (LMS) Algorithm Recursive Least Square (RLS) Algorithm Normalized LMS (NLMS) Algorithm Demo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1127455
    • 提供者:阿狸
  1. TP-RLS

    0下载:
  2. Recursive Least Square 算法用于预测浊音信号,并计算误差-Recursive Least Square algorithm for predicting voiced signal and calculate the error of estimation
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:53715
    • 提供者:Kaiwen
  1. LabForRLSFtext

    1下载:
  2. 系统辨识与自适应控制递推最小二乘估计(RLS)及模型阶次辨识(F-Test)-System identification and adaptive recursive least square estimation (RLS) and model order identification (F-Test) for system identification and adaptive control
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2603
    • 提供者:zhangmingyi
  1. RLS

    0下载:
  2. 该程序是回归最小二乘法辨识参数,输入为白噪声。-This is a recursive least square mathod to identify the parameters.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:683
    • 提供者:seecloudy
  1. FFRLS

    0下载:
  2. 这是一个遗忘因子递推最小二乘法的辨识程序,可辨识系统参数。-This is a forgotten factor recursive least square mathod to identify the system parameters.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:797
    • 提供者:seecloudy
  1. RLS

    0下载:
  2. 递推最小二乘法。可设计带遗忘因子的最小二乘法-Recursive least square method. Least squares method with forgetting factor
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1240
    • 提供者:kuangbao
  1. continuous-to-discrete-conversion

    0下载:
  2. Continuous to discrete conversion and non recursive least square method frequency response
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:Ali Imran
  1. Least-Squares

    0下载:
  2. 最小二乘法是系统辨识中最经典的方法,它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。其中,RLS是递推最小二乘法程序,ELS是增广递推最小二乘法的程序。- System identification least squares method is the most classic method, which
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2477
    • 提供者:原文宾
  1. xiao

    0下载:
  2. 递推最小二乘法用matlab编码的形式的实现-The recursive least square method with matlab code in the form of implementation
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:11361
    • 提供者:董潭
  1. bianshi

    0下载:
  2. 递推最小二乘法辨识参数 MATLAB例程(Recursive least square method to identify parameters)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:zou0
  1. Copy_of_RLS_boost_ideal

    0下载:
  2. 带遗忘因子的最小二层算法,可进行参数辨识,调节遗忘因子即可(recursive least square algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:张晓敏
« 1 2 34 5 »
搜珍网 www.dssz.com